home *** CD-ROM | disk | FTP | other *** search
- # Class: Lone Wolf Web-Art Name: TinyScroller
-
- [Applet Details]
- AppletName=Tiny Scroller
- ClassName=tinyScroller.class
- Size=[VARIABLE];152,63
- Desc=Displays a small window with vertically scrolling text.
- AppletAuthor=Chris Ricci
- PluginAuthor=Tim Kane //timk@gosplash.com
- AppletCopyright=
- AppletHomepage=http://www.diac.com/~cricci/java
- AppletAuthorEmail=cricci@diac.com
-
- [BUTTON 1]
- parameter=$No_of_lines
- Desc=Enter the number of text lines to be entered
- Type=NUMBER
- default=3
- loop=Button 2
- loopstart=1
-
- [BUTTON 2]
- parameter=line
- desc=Enter a line of text to be displayed.
- name=Text
- type=STRING
- default=Splash!
-
- [BUTTON 3]
- parameter=BGRED@BGGREEN@BGBLUE
- desc=Enter a background colour.
- name=Background value
- type=COLOR
- output=d,d,d
- default=255,255,255
-
- [BUTTON 4]
- parameter=FGRED@FGGREEN@FGBLUE
- desc=Enter a text colour.
- name=Text color
- type=COLOR
- output=d,d,d
- default=255,125,255
-
- [BUTTON 5]
- parameter=FONTNAME
- desc=Choose a font
- name=Font Selection
- type=FONT
- default=Arial
-
- [BUTTON 6]
- parameter=FONTSIZE
- desc=Select a font size
- name=Size Selection
- type=NUMBER
- default=12
-
- [BUTTON 7]
- parameter=SPACING
- desc=Select the spacing between each line displayed
- name=Line Spacing
- type=NUMBER
- default=12
-
- [BUTTON 8]
- parameter=delay
- desc=Enter the display speed. (0-Fastest)
- name=Speed
- type=NUMBER
- default=20
- min=0
-
- [BUTTON 9]
- parameter=XPOS
- desc=Select the X (horizontal) position to display the line.
- name=X Position
- type=NUMBER
- default=5
-
- [BUTTON 10]
- parameter=DIRECTION
- desc=Select the scrolling direction.
- name=Direction
- type=select
- options=0~Forward Scrolling,1~Reverse Scrolling
- default=0~Forward Scrolling
-
- #end